home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 834 b | 39 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UDialog.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UDialog;
-
- INTERFACE
-
- USES
- {$SETC __UDialog__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPinterfaces)UMacApp} UMacApp,
-
- { • Building Blocks }
- {$U $$Shell(MAPInterfaces)UTEView} UTEView,
-
- { • Implementation use }
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
-
- ToolUtils, Resources, Fonts, Packages, Sane, FixMath, Script;
-
- {$SETC __UDialog__ := FALSE}
- { • Include the public interface }
- {$SETC _UDialogIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UDialog.p}
- {$SETC UsingIncludes := _UDialogIncludes}
-
- IMPLEMENTATION
-
- {$I UDialog.inc1.p}
-
- END.
-